•It should look like this but with different titles in the header section and the body section :
<HTML>
<HEAD>
<TITLE>
George's Most Excellent Home Page
</TITLE>
</HEAD>
<BODY>
George's Most Excellent Home Page
</BODY>
</HTML>
•In the body section, enclose your title with a header in the 1 to 4 range. Your document should then look like this :
<HTML>
<HEAD>
<TITLE>
George's Most Excellent Home Page
</TITLE>
</HEAD>
<BODY>
<H1>George's Most Excellent Home Page</H1> ----->This is where the
</BODY> headers go.
</HTML>
•Save the document then open it with your browser. The text in the body of the document should be larger and bolder.
• Since the document has changed, you will need to reload the original. Use the RELOAD ORIGINAL button at the top of your browser. If the text does not appear larger or bolder then use the trouble shooting tips in drill 1.
•Experiment with the headers. See what the different sizes will do to your text in your document.